projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd228f4
)
babl: silence cast warning
author
Øyvind Kolås
<pippin@gimp.org>
Wed, 30 Aug 2017 14:38:05 +0000
(16:38 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 30 Aug 2017 14:38:05 +0000
(16:38 +0200)
babl/babl-format.c
patch
|
blob
|
history
diff --git
a/babl/babl-format.c
b/babl/babl-format.c
index ebf51db5bf9fcab5cb234cafca3d58c1010796dd..4ed14d0ef455ea88110295a5ae0b30ca2d3f0a5f 100644
(file)
--- a/
babl/babl-format.c
+++ b/
babl/babl-format.c
@@
-737,7
+737,7
@@
babl_format_with_space (const char *name, const Babl *space)
return ret;
ret = format_new_from_format_with_space (babl_format (name), space);
- babl_db_insert (db, ret);
+ babl_db_insert (db,
(void*)
ret);
}
return ret;
}